func github.com/andybalholm/brotli.hash1
5 uses
github.com/andybalholm/brotli (current package)
compress_fragment_two_pass.go#L19: func hash1(p []byte, shift uint, length uint) uint32 {
compress_fragment_two_pass.go#L267: for next_hash = hash1(input[ip:], shift, min_match); ; {
compress_fragment_two_pass.go#L296: assert(hash == hash1(input[ip:], shift, min_match))
compress_fragment_two_pass.go#L302: next_hash = hash1(input[next_ip:], shift, min_match)
compress_fragment_two_pass.go#L450: next_hash = hash1(input[ip:], shift, min_match)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |